// Little - test new DesktopSignaling, where Directory Service is optional

//////////////////////////////////////////////////////////////////////
//     How to run this test:
//
//  Running this program as a server:    jview Little [ port ]
//  Running this program as a client:    jview Little <IP addr> <port>
//
//  Example:  on computer A,   jview Little
//            on computer B,   jview Little 128.84.211.242  242
//
//  Example 2: on computer A,  jview Little 5555
//             on computer B,  jview Little 128.84.211.242 5555
//
//    Details:
//
//  Little runs without a DirectoryService, and without jaudio.
//  (data channels all are null)
//
//  As a server, Little just listens for incoming invitations and
//  accepts them.  To make the server stop, type <enter>
//
//  As a client, Little does a single blocking Dial, and says
//  whether or not it got a connection.  (It should get a connection.)
//  The argument to Dial, a Location, is built out of the command-line
//  parameters.  So, start up the server first, and then run clients.
//////////////////////////////////////////////////////////////////////
